|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpow.webserver.Log
public class Log
Handles the writing of a log in a file
| Constructor Summary | |
|---|---|
Log(java.lang.String path)
create a log file into the log floder of the web application |
|
| Method Summary | |
|---|---|
void |
write(java.lang.String writing)
write a string in log file and on stdout |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log(java.lang.String path)
path - the complete path of the web application| Method Detail |
|---|
public void write(java.lang.String writing)
writing - the string to write in the log file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||